Jør∂¡

Results 16 comments of Jør∂¡

For reference, the build config is: ```js await build({ entryPoints: ["./mod.ts"], outDir: "./npm", shims: { deno: true, }, package: { name: "eth-test", version: Deno.args[0], ... }, }); ```

@kitsonk didn't work. Tried several variants but compilation kept failing, didn't recognize `package`, etc. Adding the Skypack explicit version to the URL as suggested by @dsherret did the trick, thank...

I'm still facing another error, but I assume this should land on a different issue? - Running the original file with Deno works as expected. - Running the compiled `script`...

The devDependency is there indeed: ![image](https://user-images.githubusercontent.com/4456749/177226408-e9e8d613-e5c7-4ca4-96e7-739096e02637.png) --- And `npm install` is being run: ![image](https://user-images.githubusercontent.com/4456749/177226451-9b027f66-3e45-49fd-9cf9-4b9f73860efb.png)

Thank you @dsherret, the change made the build pass! (yet a different issue popped up) Should the readme be updated or some warning be displayed as a workaround?

What platform are you running this on? Did you install and point to the right Android SDK/NDK build tools?

I have no time to start doing the research at the time and also, windows and Linux still have experimental support. I have a few hints on articles about desktop...

Thank you for the PR, @Aaron009 I understand that your code would be addressing the issue from https://github.com/brickpop/flutter-rust-ffi/issues/16 is this right? I need to fully understand why these changes (mostly...

Append to the podfile (main app) ```podspec post_install do |installer| project = installer.pods_project project.targets.each do |target| if target.name == 'PublicA' # Link dependencies into PublicA.framework target.build_configurations.each do |config| #config.build_settings['DEAD_CODE_STRIPPING'] =...

I'm not sure the environment you are trying to run this on, but testing will only work if you mix apples with apples. The makefile will compile native bindings for...