is it possible to use jslib functions from the editor player?

When I compile to webgl, the functions work as intended without any problems, but from the editor I get these errors:

EntryPointNotFoundException: AddNumbers
test.Start () (at Assets/Plugins/WebGL/test.cs:13)

Given the compilation times to webgl it would be pretty nice to be able to test these without having to compile everything.

Thanks for your time.

1 Like

Related: Using jslib cause EntryPointNotFoundException in editor