Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
/ svelte-kit-1896 Public archive

How to reproduce svelte-kit 1896 issue

Notifications You must be signed in to change notification settings

falsetru/svelte-kit-1896

Repository files navigation

sveltejs/kit#1896

How to reproduce

  • Install wasm-pack: https://rustwasm.github.io/wasm-pack/installer/

  • Install packages

    npm install --no-save
    
  • build; This will fail.

    ./build.sh
    
  • Try build with work around; This will succeed.

    ./build-with-workaround.sh
    
  • Optional: See what workaround done

    git diff dummy-wasm/pkg/dummy_wasm.js
    

About

How to reproduce svelte-kit 1896 issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published