Bundler Methods and Exports
For application builds, use one of the plugin exports:
vitePluginTevmrollupPluginTevmesbuildPluginTevmWebpackPluginTevmRspackPluginTevmbunPluginTevm
The main tevm/bundler entry point re-exports the public bundler packages. Dedicated subpaths are recommended because they make the host dependency and bundle boundary explicit.
Advanced packages are available at:
tevm/bundler/base-bundlertevm/bundler/compilertevm/bundler/configtevm/bundler/solc
Use their shipped TypeScript declarations as the rc.151 reference. Older helpers such as resolveImports, generateTevmBody, and generateTevmBodyDts are not public rc.151 exports.
See Bundler Quickstart for configurations that can be copied directly.

