maddalax

Results 14 comments of maddalax

I am also now having this issue after upgrading to 0.28.3 from 0.28.2, I am on nodejs 14.9.0 ![image](https://user-images.githubusercontent.com/11528924/92133214-b640cc80-edcd-11ea-98ff-77231f95a5cb.png)

I am also having this issue on .net 5, it does not appear to be moving it to the out directory. I'm using jetbrains rider and latest bullsharp pinvoke.

Figured it out, there is one on nuget for WaveEngine, which isn't this. That is the one I had installed. I ended up just building the .dll manually, which fixed...

I was able to get this working with Create React App by using https://github.com/timarney/react-app-rewired, https://www.npmjs.com/package/ttypescript, and https://www.npmjs.com/package/awesome-typescript-loader config-overrides.js ``` module.exports = function override(config, env) { config.module.rules.push( { test: /\.(ts|tsx)$/, loader:...

after a bit of research on yaegi, I'm not sure if it will work. 1. it doesn't support go modules 2. seems to be more suited towards smaller scripts with...

> hey all . > > I would like to highlight an approach I have used to server golang as WASM. > > I run golang pages on Cloudflare. >...

> https://github.com/janpfeifer/gonb > > they figured it out. if a jupyter notebook can do it... What did they figure out? From what I can tell from their README, its compiling...

Not a bad idea, I'll add it to the backlog

> hey @maddalax do you mind if I PR this? Not at all, go ahead!

Let's make it optional for now since it technically is a breaking change. I can make it default in a new major version